home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk102 / djclock / clockrexxexamples.lzh / Arp_pop.rexx < prev    next >
OS/2 REXX Batch file  |  1990-01-06  |  326b  |  19 lines

  1.  /* Arp.rexx */
  2.  options results
  3.  Address 'CLOCKDJ' 
  4. 'setarpdir vd0:'
  5. 'setarpfile clockdj.keys'
  6. "setarptitle Wot's this 'ere, then"
  7. 'setarpcolour 2'
  8. FILEREQUESTER
  9.  x = result
  10.  say '>' || x || '<'
  11. 'setarpcolour 1'
  12. FILEREQUESTER
  13.  x = result
  14.  say '>' || x || '<'
  15. poprequester 'This is a test.'
  16.  x = result
  17.  say '>' || x || '<'
  18.  
  19.